home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000127_news@watsun.cc.columbia.edu _Fri Jun 4 17:54:19 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA04792
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 4 Jun 1999 17:54:19 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA28148
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 4 Jun 1999 17:26:44 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: moving from serial to tcp/ip (reduex)
  11. Date: 4 Jun 1999 21:26:44 GMT
  12. Organization: Columbia University
  13. Message-ID: <7j9gak$rfg$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7j9c18$mna$1@nnrp1.deja.com>,  <leofa@my-deja.com> wrote:
  17. : yes. ok.  thanks.  telnet works fine.
  18. : but i still can not get my two line script on the nt box to run.  the
  19. : first line is "set file download c:\k95\xfer" and the second is "remote
  20. : dir /usr/drs/xfer > file.lst".  it is the remote dir line that doesnt
  21. : work.  if i try it by hand, it just sits there till i press e a lot or
  22. : ctrl-c. (i would then conditionally set off additional .ksc scripts to
  23. : remote file gets).
  24. : could you please help with any further advice!  thanks.
  25. At the time these commands are executed:
  26.  
  27.  1. You must have established the connection to the Unix system;
  28.  2. You must have logged in to Unix;
  29.  3. You must have started C-Kermit on UNIX and put it in server mode.
  30.  
  31. - Frank